String append Function. Write a stringAppend function that takes 2 arguments, the second should be appended to the first. You should have a main function that asks for two strings from the user. Call your string append function to append the second string to the first. Display the resulting string from main to show that it works.